home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / k3b / README.Debian < prev    next >
Text File  |  2008-09-20  |  2KB  |  50 lines

  1. Users must be members of the "cdrom" group
  2. ------------------------------------------
  3.  
  4. To be able to access the CD/DVD burner, users must be members of the "cdrom"
  5. group.  To check whether you are a member of that group, run the following 
  6. command:
  7.  
  8.   groups
  9.  
  10. If you don't see the "cdrom" group, ask the administrator to be added to that 
  11. group or run the following command as root:
  12.  
  13.   adduser [username] cdrom
  14.  
  15. If you are already a member of the "cdrom" group and are experiencing problems, 
  16. then you may need to give SUID privileges to wodim.  To do this, run the
  17. following command as root:
  18.  
  19.   dpkg-statoverride --add root cdrom 04710 /usr/bin/wodim
  20.  
  21.  -- Francois Marier <francois@debian.org>, Fri, 3 Dec 2006 16:38:14 -0500
  22.  
  23.  
  24. Ripping DVD using transcode
  25. ---------------------------
  26.  
  27. K3b can use transcode in order to rip dvd if you properly setup the "Options"
  28. tab that allows you to configure the location of additional tools. Some of
  29. these tools (tccat, tcdecode, tcextract) are provided by the transcode program.
  30. However, transcode is not currently available in Debian due to legal issues and
  31. probably never will be. If you want to use transcode you can find it on
  32. http://debian.video.free.fr, to have apt use it as an additional source add the
  33. line corresponding to your debian version in your your /etc/apt/sources.list
  34.  
  35. For stable:
  36.   deb http://www.debian-multimedia.org stable main
  37.  
  38. For testing:
  39.   deb http://www.debian-multimedia.org testing main
  40.  
  41. For unstable:
  42.   deb http://www.debian-multimedia.org sid main
  43.  
  44. Notice, however, that the above packages are neither official nor
  45. supported by Debian. Moreover, the binary packages are only available
  46. for a limited set of architectures and not for all the architectures
  47. supported by Debian.
  48.  
  49.  -- Jean-Michel Kelbert <kelbert@debian.org>, Thu, 20 Feb 2003 17:23:39 -0500
  50.